Dew Stats for .NET
|
Estimate ARMA process AR and MA coefficients.
Parameters |
Description |
[In] TVec Data |
Time series data set. |
[In] TVec P |
ARIMA Before call stores initial estimates for ARIMA Phi coefficients. After call returns MLE estimates for Phi coefficients without leading 1.0. |
[In] TVec T |
ARIMA Before call stores initial estimates for ARIMA Theta coefficients. After call returns MLE estimates for Theta coefficients. |
[In] TVec Residuals |
Returns residuals between predicted (MLE) and actual time series values. |
out double MLE |
Returns -2 log likelihood of ARMA model. |
out double mu |
Returns the estimated modified series average value (constant). |
Number of evaluations needed to converge to MLE solution.
Estimate ARMA(p,t) process coefficients by using MLE.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|